• frmStockInAndOutReport.Designer.vb
  • project /
1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmStockInAndOutReport
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.components = New System.ComponentModel.Container()
26         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmStockInAndOutReport))
27         Me.Panel1 = New System.Windows.Forms.Panel()
28         Me.GroupBox2 = New System.Windows.Forms.GroupBox()
29         Me.btnStockOut = New System.Windows.Forms.Button()
30         Me.btnStockIn = New System.Windows.Forms.Button()
31         Me.GroupBox3 = New System.Windows.Forms.GroupBox()
32         Me.btnClose = New System.Windows.Forms.Button()
33         Me.Panel2 = New System.Windows.Forms.Panel()
34         Me.Label1 = New System.Windows.Forms.Label()
35         Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
36         Me.Panel1.SuspendLayout()
37         Me.GroupBox2.SuspendLayout()
38         Me.GroupBox3.SuspendLayout()
39         Me.Panel2.SuspendLayout()
40         Me.SuspendLayout()
41         
'
42         
'Panel1
43         
'
44         Me.Panel1.BackColor = System.Drawing.Color.White
45         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
46         Me.Panel1.Controls.Add(Me.GroupBox2)
47         Me.Panel1.Controls.Add(Me.GroupBox3)
48         Me.Panel1.Controls.Add(Me.Panel2)
49         Me.Panel1.Location = New System.Drawing.Point(
13, 15)
50         Me.Panel1.Name =
"Panel1"
51         Me.Panel1.Size = New System.Drawing.Size(
421, 169)
52         Me.Panel1.TabIndex =
2
53         
'
54         
'GroupBox2
55         
'
56         Me.GroupBox2.Controls.Add(Me.btnStockOut)
57         Me.GroupBox2.Controls.Add(Me.btnStockIn)
58         Me.GroupBox2.Location = New System.Drawing.Point(
9, 75)
59         Me.GroupBox2.Name =
"GroupBox2"
60         Me.GroupBox2.Size = New System.Drawing.Size(
249, 86)
61         Me.GroupBox2.TabIndex =
50
62         Me.GroupBox2.TabStop = False
63         Me.GroupBox2.Text =
"View Report"
64         
'
65         
'btnStockOut
66         
'
67         Me.btnStockOut.Cursor = System.Windows.Forms.Cursors.Hand
68         Me.btnStockOut.FlatStyle = System.Windows.Forms.FlatStyle.Popup
69         Me.btnStockOut.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
70         Me.btnStockOut.Location = New System.Drawing.Point(
129, 33)
71         Me.btnStockOut.Name =
"btnStockOut"
72         Me.btnStockOut.Size = New System.Drawing.Size(
108, 42)
73         Me.btnStockOut.TabIndex =
2
74         Me.btnStockOut.Text =
"Stock Out Report"
75         Me.btnStockOut.UseVisualStyleBackColor = True
76         
'
77         
'btnStockIn
78         
'
79         Me.btnStockIn.Cursor = System.Windows.Forms.Cursors.Hand
80         Me.btnStockIn.FlatStyle = System.Windows.Forms.FlatStyle.Popup
81         Me.btnStockIn.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
82         Me.btnStockIn.Location = New System.Drawing.Point(
15, 33)
83         Me.btnStockIn.Name =
"btnStockIn"
84         Me.btnStockIn.Size = New System.Drawing.Size(
108, 42)
85         Me.btnStockIn.TabIndex =
1
86         Me.btnStockIn.Text =
"Stock In Report"
87         Me.btnStockIn.UseVisualStyleBackColor = True
88         
'
89         
'GroupBox3
90         
'
91         Me.GroupBox3.Controls.Add(Me.btnClose)
92         Me.GroupBox3.Location = New System.Drawing.Point(
264, 75)
93         Me.GroupBox3.Name =
"GroupBox3"
94         Me.GroupBox3.Size = New System.Drawing.Size(
143, 86)
95         Me.GroupBox3.TabIndex =
2
96         Me.GroupBox3.TabStop = False
97         
'
98         
'btnClose
99         
'
100         Me.btnClose.Cursor = System.Windows.Forms.Cursors.Hand
101         Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Popup
102         Me.btnClose.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
103         Me.btnClose.Location = New System.Drawing.Point(
21, 33)
104         Me.btnClose.Name =
"btnClose"
105         Me.btnClose.Size = New System.Drawing.Size(
105, 42)
106         Me.btnClose.TabIndex =
1
107         Me.btnClose.Text =
"&Close"
108         Me.btnClose.UseVisualStyleBackColor = True
109         
'
110         
'Panel2
111         
'
112         Me.Panel2.BackColor = System.Drawing.Color.DarkSlateGray
113         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
114         Me.Panel2.Controls.Add(Me.Label1)
115         Me.Panel2.Location = New System.Drawing.Point(
9, 7)
116         Me.Panel2.Name =
"Panel2"
117         Me.Panel2.Size = New System.Drawing.Size(
398, 62)
118         Me.Panel2.TabIndex =
0
119         
'
120         
'Label1
121         
'
122         Me.Label1.AutoSize = True
123         Me.Label1.BackColor = System.Drawing.Color.Transparent
124         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
125         Me.Label1.ForeColor = System.Drawing.Color.White
126         Me.Label1.Location = New System.Drawing.Point(
91, 19)
127         Me.Label1.Name =
"Label1"
128         Me.Label1.Size = New System.Drawing.Size(
235, 24)
129         Me.Label1.TabIndex =
0
130         Me.Label1.Text =
"Stock In And Out Report"
131         
'
132         
'Timer1
133         
'
134         
'
135         
'frmStockInAndOutReport
136         
'
137         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
138         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
139         Me.BackColor = System.Drawing.Color.DarkSlateGray
140         Me.ClientSize = New System.Drawing.Size(
445, 196)
141         Me.Controls.Add(Me.Panel1)
142         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
143         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
144         Me.MaximizeBox = False
145         Me.MinimizeBox = False
146         Me.Name =
"frmStockInAndOutReport"
147         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
148         Me.Panel1.ResumeLayout(False)
149         Me.GroupBox2.ResumeLayout(False)
150         Me.GroupBox3.ResumeLayout(False)
151         Me.Panel2.ResumeLayout(False)
152         Me.Panel2.PerformLayout()
153         Me.ResumeLayout(False)
154
155     End Sub
156     Friend WithEvents Panel1 As System.Windows.Forms.Panel
157     Friend WithEvents Panel2 As System.Windows.Forms.Panel
158     Friend WithEvents Label1 As System.Windows.Forms.Label
159     Friend WithEvents btnClose As System.Windows.Forms.Button
160     Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox
161     Friend WithEvents Timer1 As System.Windows.Forms.Timer
162     Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
163     Friend WithEvents btnStockIn As System.Windows.Forms.Button
164     Friend WithEvents btnStockOut As System.Windows.Forms.Button
165
166 End Class


Gõ tìm kiếm nhanh...